home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / dcom / modems-part2 / 10037 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  2.6 KB

  1. Path: ix.netcom.com!netnews
  2. From: animaux@ix.netcom.com(:))
  3. Newsgroups: comp.dcom.modems
  4. Subject: ZOOM 14.4PC question
  5. Date: 3 Apr 1996 03:40:51 GMT
  6. Organization: Netcom
  7. Message-ID: <4jss03$b6@reader2.ix.netcom.com>
  8. NNTP-Posting-Host: ix-dfw25-23.ix.netcom.com
  9. X-NETCOM-Date: Tue Apr 02  7:40:51 PM PST 1996
  10.  
  11. OK here's the weird question I'm having. This afternoon everything was
  12. working fine. Things are still fine, but very puzzling. My terminal
  13. program (SmartComLE) runs great. However, Netcom's NetCruiser, is, (I
  14. think) doing the funny stuff. When I start it, it takes about 1 to 1.5
  15. minutes for the modem to initialize before it dials. After it connects,
  16. everything runs great. As a matter of fact, below is the winsock load
  17. routine, which has my setup string in it, and I'm connecting at 19.2! 
  18.  
  19. But why the lag? SmartCom goes right to a dial tone and dials. 
  20. This afternoon I played around with COMM.DRV, and replaced it with
  21. CYBERCOMM.DRV. Also added COM2FIFO=1 to system.ini. This is where the
  22. problem started, I think, because A.) the cybercomm.drv exhibited the
  23. above behavior, and now, 2.) comm.drv does the same thing
  24. after changing everything back.
  25. Can something be corrupted? I've re-installed NetCruiser, comm.drv
  26. works with other programs so it should be good, etc. 
  27.  
  28. Just a very puzzling problem.
  29.  
  30. Appreciate any help at all - thank you
  31.  
  32. *************************
  33. trace mask set to 10
  34. winsock(1399942): MOD: 
  35. modemdial(): C:\NETCOM\MODEMS.CFG
  36. winsock(1399987): MOD: 
  37. status: Looking for modem...
  38. winsock(1400028): MOD: 
  39. sent: \d\dATE1Q0V1\r
  40. winsock(1400110): MOD: 
  41. got: ATE1Q0V1
  42. winsock(1400150): MOD: 
  43. got: OK
  44. winsock(1400191): MOD: 
  45. waitatt(): len=2, resp=OK
  46. winsock(1400231): MOD: 
  47. status: Initializing modem...
  48. winsock(1400271): MOD: 
  49. sent: AT&F0&C1&D2&K3\r
  50. winsock(1400348): MOD: 
  51. got: AT&F0&C1&D2&K3
  52. winsock(1400388): MOD: 
  53. got: OK
  54. winsock(1400429): MOD: 
  55. waitsup(): len=2, resp=OK
  56. winsock(1400469): MOD: 
  57. status: Dialing ,                TX
  58. winsock(1400510): MOD: 
  59. sent: ATDT753-0045\r
  60. winsock(1400582): MOD: 
  61. got: ATDT753-0045
  62. winsock(1400884): MOD: 
  63. got: CONNECT 19200
  64. winsock(1400924): MOD: 
  65. waitcon(): len=13, resp=CONNECT 19200
  66. winsock(1400964): MOD: 
  67. status: Logging in...
  68. winsock(1401052): MOD: 
  69. got: netcom login:  (no newline)
  70. winsock(1401092): MOD: 
  71. status: 
  72. winsock(1401132): MOD: 
  73. sent: $animaux
  74. winsock(1401195): MOD: 
  75. got: $animaux
  76. winsock(1401246): MOD: 
  77. got: Password:  (no newline)
  78. winsock(1401286): MOD: 
  79. status: Waiting for internet address...
  80. winsock(1401326): MOD: 
  81. sent: ****** 
  82. winsock(1401408): MOD: 
  83. got: SL/IP session from (163.179.23.48) to 204.31.250.215 beginning....
  84. (no newline)
  85.